@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: local('Material Icons'), local('MaterialIcons-Regular'),
		url(../css/2fcrYFNaTjcS6g4U3t-Y5ewrjPiaoEww8AihgqWRJAo.woff)
		format('woff');
}

.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	font-feature-settings: 'liga';
}

/* Rules for sizing the icon. */
.material-icons.md-18 {
	font-size: 18px;
}

.material-icons.md-24 {
	font-size: 24px;
}

.material-icons.md-36 {
	font-size: 36px;
}

.material-icons.md-48 {
	font-size: 48px;
}

/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
	color: rgba(0, 0, 0, 0.54) !important;
}

.material-icons.md-light {
	color: rgba(255, 255, 255, 1) !important;
}

/* Rules for using icons as black on a light background. */
.material-icons.md-success {
	color: rgba(96, 197, 96, 0.74) !important;
}

.material-icons.md-success.md-inactive {
	color: rgba(255, 255, 255, 1) !important;
}

.current>.material-icons.md-dark {
	background-color: rgb(0, 122, 255) !important;
	color: rgba(255, 255, 255, 1) !important;
}

.material-icons.md-dark.md-inactive {
	color: rgba(0, 0, 0, 0.26);
}

/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
	color: rgba(255, 255, 255, 1);
}

.material-icons.md-light.md-inactive {
	color: rgba(255, 255, 255, 0.3);
}

/* Rules for using icons as white on a dark background. */
.material-icons.md-primary {
	color: rgb(63, 81, 181) !important;
}

.material-icons.md-primary.md-inactive {
	color: rgba(255, 255, 255, 0.3);
}

.material-icons.md-danger {
	color: rgb(217, 83, 79);
}

a:HOVER>.material-icons, a>.material-icons:HOVER {
	color: rgb(0, 122, 255) !important;
}

.current {
	color: rgb(0, 122, 255) !important;
}

.md-button>.material-icons:HOVER {
	
}

.md-btn-primary {
	color: rgba(255, 255, 255, 0.87) !important;
	background-color: rgb(0, 122, 255) !important;
}

.md-btn-info {
	color: rgba(255, 255, 255, 0.87) !important;
	background-color: rgb(42, 130, 156) !important;
}

.md-btn-success {
	color: rgba(255, 255, 255, 0.87) !important;
	background-color: rgb(96, 197, 96) !important;
}

.md-toolbar-primary {
	color: rgba(255, 255, 255, 0.87) !important;
	background-color: rgb(77, 109, 119) !important;
}

.md-btn-edit {
	background-color: rgb(119, 119, 119) ! important;
}

.md-btn-delete {
	background-color: rgb(247, 88, 76) !important;
	color: white !important;
}

/* .md-button>.material-icons.md-light {
	color: rgba(255, 255, 255, 1) !important;
}

.md-button>.material-icons.md-dark {
	color: rgba(0, 0, 0, 0.54) ! important;
} */
/* .material-icons.md-dark:HOVER {
	background-color: rgba(0, 0, 0, 0.54);
	color: rgba(255, 255, 255, 1);
}

.material-icons.md-light:HOVER {
	background-color: rgba(255, 255, 255, 1);
	color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-danger:HOVER {
	background-color: rgb(217, 83, 79);
	color: rgba(255, 255, 255, 1);
} */
.md-toolbar-tools {
	height: 50px;
	max-height: 50px;
	font-size: 16px !important;
}

.md-toolbar-primary {
	min-height: 50px;
	font-size: 16px !important;
}

.md-toolbar-tools-height {
	height: 40px !important;
	max-height: 40px !important;
	font-size: 15px !important;
}

.md-toolbar-height {
	min-height: 40px !important;
	font-size: 15px !important;
}

.md-button {
	font-size: 12px !important;
}

.validation-messages {
	color: rgb(221, 44, 0);
	font-size: 12px;
	line-height: 14px;
	overflow: hidden;
	transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
	opacity: 1;
	margin-top: 0;
	padding-top: 5px;
}

.navbar-fixed-top {
	top: 0;
	z-index: 70 !important;
}

.morris-hover {
	z-index: 65 !important;
}